projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e83f61a
)
zynq-common: Change Env. Sector size to 128Kb
author
Jagannadha Sutradharudu Teki
<
[email protected]
>
Wed, 8 Jan 2014 20:18:23 +0000
(
01:48
+0530)
committer
Albert ARIBAUD
<
[email protected]
>
Fri, 10 Jan 2014 14:18:33 +0000
(15:18 +0100)
Changed Env. Sector size from 0x10000 to 128Kb
Signed-off-by: Jagannadha Sutradharudu Teki <
[email protected]
>
include/configs/zynq-common.h
patch
|
blob
|
history
diff --git
a/include/configs/zynq-common.h
b/include/configs/zynq-common.h
index 1eaf17d93815b211b7b418d7c2241afed15aa3ae..402009ee95699e830c6429cf327093be5b1f1de8 100644
(file)
--- a/
include/configs/zynq-common.h
+++ b/
include/configs/zynq-common.h
@@
-129,8
+129,10
@@
#define CONFIG_BOOTP_HOSTNAME
#define CONFIG_BOOTP_MAY_FAIL
+/* Total Size of Environment Sector */
+#define CONFIG_ENV_SIZE (128 << 10)
+
/* Environment */
-#define CONFIG_ENV_SIZE 0x10000 /* Env. sector size */
#define CONFIG_ENV_IS_NOWHERE
/* Default environment */